home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / cookie / nsICookieAcceptDialog.h next >
C/C++ Source or Header  |  2006-05-08  |  2KB  |  88 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsICookieAcceptDialog.idl
  3.  */
  4.  
  5. #ifndef __gen_nsICookieAcceptDialog_h__
  6. #define __gen_nsICookieAcceptDialog_h__
  7.  
  8.  
  9. #ifndef __gen_nsISupports_h__
  10. #include "nsISupports.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17.  
  18. /* starting interface:    nsICookieAcceptDialog */
  19. #define NS_ICOOKIEACCEPTDIALOG_IID_STR "3f2f0d2c-bdea-4b5a-afc6-fcf18f66b97e"
  20.  
  21. #define NS_ICOOKIEACCEPTDIALOG_IID \
  22.   {0x3f2f0d2c, 0xbdea, 0x4b5a, \
  23.     { 0xaf, 0xc6, 0xfc, 0xf1, 0x8f, 0x66, 0xb9, 0x7e }}
  24.  
  25. class NS_NO_VTABLE nsICookieAcceptDialog : public nsISupports {
  26.  public: 
  27.  
  28.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOOKIEACCEPTDIALOG_IID)
  29.  
  30.   enum { ACCEPT_COOKIE = 0 };
  31.  
  32.   enum { REMEMBER_DECISION = 1 };
  33.  
  34.   enum { HOSTNAME = 2 };
  35.  
  36.   enum { COOKIESFROMHOST = 3 };
  37.  
  38.   enum { CHANGINGCOOKIE = 4 };
  39.  
  40. };
  41.  
  42. /* Use this macro when declaring classes that implement this interface. */
  43. #define NS_DECL_NSICOOKIEACCEPTDIALOG \
  44.  
  45. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  46. #define NS_FORWARD_NSICOOKIEACCEPTDIALOG(_to) \
  47.  
  48. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  49. #define NS_FORWARD_SAFE_NSICOOKIEACCEPTDIALOG(_to) \
  50.  
  51. #if 0
  52. /* Use the code below as a template for the implementation class for this interface. */
  53.  
  54. /* Header file */
  55. class nsCookieAcceptDialog : public nsICookieAcceptDialog
  56. {
  57. public:
  58.   NS_DECL_ISUPPORTS
  59.   NS_DECL_NSICOOKIEACCEPTDIALOG
  60.  
  61.   nsCookieAcceptDialog();
  62.  
  63. private:
  64.   ~nsCookieAcceptDialog();
  65.  
  66. protected:
  67.   /* additional members */
  68. };
  69.  
  70. /* Implementation file */
  71. NS_IMPL_ISUPPORTS1(nsCookieAcceptDialog, nsICookieAcceptDialog)
  72.  
  73. nsCookieAcceptDialog::nsCookieAcceptDialog()
  74. {
  75.   /* member initializers and constructor code */
  76. }
  77.  
  78. nsCookieAcceptDialog::~nsCookieAcceptDialog()
  79. {
  80.   /* destructor code */
  81. }
  82.  
  83. /* End of implementation class template. */
  84. #endif
  85.  
  86.  
  87. #endif /* __gen_nsICookieAcceptDialog_h__ */
  88.